home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / winlib3.zip / MISC.H < prev    next >
Text File  |  1991-01-14  |  268b  |  14 lines

  1. #ifndef WNULLFN
  2.   #define WNULLFN   ((WPOINTER (*)()) 0)
  3. #endif
  4. #ifndef VWNULLFN
  5.   #define VWNULLFN  ((VWPOINTER (*)()) 0)
  6. #endif
  7. #ifndef NULLFN
  8.   #define NULLFN    ((int (*)()) 0)
  9. #endif
  10.  
  11. #ifndef VOIDNULLFN
  12.   #define VOIDNULLFN  ((void (*)()) 0)
  13. #endif
  14.